﻿/************主菜单****************
.menu td { background: url("Images/menu-middle.jpg") repeat-x; }

.menu .menu-first { background: url("Images/menu-left.png") no-repeat; }
.menu .menu-last { background: url("Images/menu-right.png") no-repeat; }
*/
/********************************  menu    start  ********************************/
.menu
{
    width: 100%;
    height: 40px;
    margin: 0 auto;
    background: url(Images/bg_menu.gif) top repeat-x;
}
.menu .mbody
{
    width: 1002px;
    margin: 0 auto;
    height: 40px;
    padding: 0 10px;
    background: url(Images/bg_menu.gif) top repeat-x;
}
.menu table
{
    width: 100%;
}
.menu table td
{
    text-align: center;
}
.menu .table .td-class
{
    padding:0;
    background:url(images/bg_fg.gif) left center no-repeat;
}
.menu table td .a
{
    text-decoration: none;
    margin:0 auto;
    height: 40px;
    color: #fff;
    overflow:hidden;
    line-height:40px;
}

.menu table td:hover
{
   
}
.menu table td .a:hover
{
    background:url(images/bg_menu_hover.gif) repeat-x top center;
}
.menu table td .ahover
{    
    background:url(images/bg_menu_hover.gif) repeat-x top center;
}

.menu .table .td-class.first_td
{
    width: 100px;
    background:none;
}
.menu .table .second-menu
{
    background:#0173D4
}
